home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / dev / gcc / gcc263_src.lha / gcc-2.6.3 / config / i386 / xm-isc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-04-16  |  142 b   |  7 lines

  1. #include "i386/xm-sysv3.h"
  2.  
  3. #ifndef REAL_ARITHMETIC
  4. #define REAL_VALUE_ATOF(x, mode) strtod ((x), (char **)0)
  5. extern double strtod ();
  6. #endif
  7.